From: Benjamin Otte Date: Thu, 2 Feb 2012 01:58:59 +0000 (+0100) Subject: reftests: Fix css-match-exact X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~18178 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8cdbebae71fcef0ae31c066e5bf14152d52cd2ca;p=gtk%2B3.0.git reftests: Fix css-match-exact Ensure that background-colors are always set. And import reset-to-defaults so that there's no background image or so. --- diff --git a/tests/reftests/css-match-exact.css b/tests/reftests/css-match-exact.css index c84ffe99a9..84723cd8fc 100644 --- a/tests/reftests/css-match-exact.css +++ b/tests/reftests/css-match-exact.css @@ -1,3 +1,9 @@ +@import "reset-to-defaults.css"; + +* { + background-color: green; +} + GtkGrid { - background-color: purple; + background-color: red; }